home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / editor / pedit.zip / PEDITQUI.INI < prev    next >
Text File  |  1992-10-29  |  3KB  |  113 lines

  1.         ![]=====================================================[]
  2.     ![]          pEDIT Initialization File (QUICK)        []
  3.     ![]=====================================================[]
  4.     !
  5.     ! Must have a 'Do' key
  6.     !
  7.     define_key (do_command, esc)
  8.     !
  9.     ! Define shift keys
  10.     !
  11.     define_shift (alt-f)    ! File
  12.     define_shift (alt-e)    ! Edit
  13.     define_shift (alt-s)    ! Search
  14.     !
  15.     ! Function Keys
  16.     !
  17.     define_key (help, f01)
  18.     define_key (buffer, f02)
  19.     define_key (findnext, f03)
  20.     define_key (change_mode, f05)
  21.     define_key (change_dir, f06)
  22.     define_key (learn, f07)
  23.     define_key (repeat, f08)
  24.     !
  25.     ! Quick File Keys
  26.     !
  27.     define_key (get_file, alt-f+o)        ! Open
  28.     define_key (include_file, alt-f+m)    ! Merge
  29.     define_key (write_file, alt-f+s)    ! Save
  30.     define_key (rename_file, alt-f+a)    ! save As
  31.     define_key (print_buffer, alt-f+p)    ! Print
  32.     define_key (dos, alt-f+d)        ! Dos
  33.     define_key (exit, alt-f+x)        ! eXit
  34.     !
  35.     ! Quick Edit Keys
  36.     !
  37.     define_key (select_text, alt-e+s)    ! Select
  38.     define_key (remove_text, alt-e+t)    ! cuT
  39.     define_key (store_text, alt-e+c)    ! Copy
  40.     define_key (insert_here, alt-e+p)    ! Paste
  41.     define_key (wipe_text, alt-e+e)        ! clEar
  42.     !
  43.     ! Quick Search Keys
  44.     !
  45.     define_key (find, alt-s+f)        ! Find
  46.     define_key (findnext, alt-s+r)        ! Repeat last
  47.     define_key (replace, alt-s+c)        ! Change
  48.     !
  49.     ! Quick Control Keys
  50.     !
  51.     define_key (abort, ctrl-c)
  52.     define_key (findnext, ctrl-l)
  53.     define_key (quote_char, ctrl-p)
  54.     define_key (erase_word, ctrl-t)
  55.     define_key (restore_text, ctrl-u)
  56.     define_key (change_mode, ctrl-v)
  57.     define_key (erase_line, ctrl-y)
  58.     !
  59.     ! Other Control Keys
  60.     !
  61.     define_key (recall, ctrl-b)
  62.     define_key (auto_indent, ctrl-enter)
  63.     define_key (open_line, ctrl-o)
  64.     define_key (remember, ctrl-r)
  65.     define_key (prev_line, ctrl-w)
  66.     define_key (next_line, ctrl-z)
  67.     !
  68.     ! Alternate Keys
  69.     !
  70.     define_key (one_window, alt-1)
  71.     define_key (two_windows, alt-2)
  72.     define_key (list_ascii, alt-a)
  73.     define_key (capital_word, alt-c)
  74.     define_key (draw, alt-d)
  75.     define_key (althelp, alt-h)
  76.     define_key (fill_para, alt-f)
  77.     define_key (justify_para, alt-j)
  78.     define_key (define_key, alt-k)
  79.     define_key (lower_word, alt-l)
  80.     define_key (set_margins, alt-m)
  81.     define_key (other_window, alt-o)
  82.     define_key (set_pindent, alt-p)
  83.     define_key (quit, alt-q)
  84.     define_key (trans_char, alt-t)
  85.     define_key (upper_word, alt-u)
  86.     define_key (set_video, alt-v)
  87.     define_key (execute, alt-x)
  88.     !
  89.     ! Keypad Keys
  90.     !
  91.     define_key (move_home, home)
  92.     define_key (move_end, end)
  93.     define_key (move_up, up)
  94.     define_key (move_down, down)
  95.     define_key (move_left, left)
  96.     define_key (move_right, right)
  97.     define_key (prev_screen, pgup)
  98.     define_key (next_screen, pgdn)
  99.     define_key (change_mode, ins)
  100.     define_key (erase_char, del)
  101.     define_key (execute_quiwrev, ctrl-left)
  102.     define_key (move_word, ctrl-right)
  103.     define_key (move_top, ctrl-home)
  104.     define_key (move_bottom, ctrl-end)
  105.     define_key (shift_left, shift-ctrl-left)
  106.     define_key (shift_right, shift-ctrl-right)
  107.     define_key (execute_quiothup, ctrl-pgup)
  108.     define_key (execute_quiothdn, ctrl-pgdn)
  109.     !
  110.     ! Set up the Environment
  111.     !
  112.     set (cursor, block)
  113.